UlRdr.SendEncryptedCmd
			
			
				Encrypts the given command with the session key generated in 
				the previous 3-pass-authentication. Before doing so, the 
				signature is checked.
			
			
			
				
					Parameters (request frame)
				
				
					
						
						
						
					
					
						| 
							Name
						 | 
						
							Type/Size
						 | 
						
							Description
						 | 
					
					
						| 
							Signature
						 | 
						
							Raw data (length 16 Bytes)
						 | 
						
							Signature of the following command.
						 | 
					
					
						| 
							DevCode
						 | 
						
							Integer (8 bits)
						 | 
						
							Device Code of the command to encrypt.
						 | 
					
					
						| 
							CmdCode
						 | 
						
							Integer (8 bits)
						 | 
						
							Command Code of the command to encrypt.
						 | 
					
					
						| 
							Length of Params
						 | 
						
							Integer (16 bits)
						 | 
						
							Length of Params in bytes  
						 | 
					
					
						| 
							Params
						 | 
						
							Raw data
						 | 
						
							Params of the command to encrypt.
						 | 
					
				
			 
			
				
					Returned values (response frame)
				
				
					
						
						
						
					
					
						| 
							Name
						 | 
						
							Type/Size
						 | 
						
							Description
						 | 
					
					
						| 
							SendDevCode
						 | 
						
							Integer (8 bits)
						 | 
						
							Device Code to send.
						 | 
					
					
						| 
							SendCmdCode
						 | 
						
							Integer (8 bits)
						 | 
						
							Command Code to send.
						 | 
					
					
						| 
							Length of SendParams
						 | 
						
							Integer (16 bits)
						 | 
						
							Length of SendParams in bytes  
						 | 
					
					
						| 
							SendParams
						 | 
						
							Raw data
						 | 
						
							Params to send.
						 |